html{
    scroll-behavior: smooth;
}
body,h1,h2,h3,h4,h5,h6,ul{
    margin:0px;
    padding:0px;
    font-family: "Cinzel", serif;    
}
p, span, li{
    font-family: Arial, sans-serif;
}
.padt{
    padding-top:5%;
}
.padb{
    padding-bottom:5%;
}
.highlight{
    color:#665656b0;
}
.top-bar{
    background:#040404b8;
    font-size:14px;
}
@media (max-width:768px){
    .top-bar{
        text-align:center;
    }

    .top-bar i{
        font-size:16px;
    }
}
.social-top i:hover{
    color:#540000;
}
.social-top span i:hover{
    color:#540000;
}
.main-navbar{
    background:#fff;
    padding:15px 0;
    position:fixed;
}
.navbar-brand .top-heading{
     font-family: "Indie Flower", cursive;
}
ul li .nav-link{
    color:#071c34 !important;
    font-weight:750;
    margin:0 8px;
    transition:3s ease;
   
}
ul li .nav-link:hover{
    color:#540000;
    border-bottom:2px solid black;
}
.donate-btn{
    background:#540000;
    color:#fff;
    padding:12px 25px;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
}
.donate-btn:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}

/*into*/
.hero-section{
   min-height: 45vh;
}
.divider{
  background-color: rgb(251, 248, 248);
  height:3px;
  width:150px;
  display: inline-block;
}
.hero-section{
    position:relative;
    background-image:url('../img/content.webp'); 
    background-size:cover;
    background-position:center;
}
.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.hero-section .container{
    position:relative;
    z-index:2;
}
.text-slider h3{
    font-size:50px;
    font-weight:700;
    color:#fff;
    line-height:1.3;
}
.hero-section .hero-content p{
    color:#fefdfd;
    font-weight:500;
    font-weight:25px;
}
.hero-section .hero-content a{
    background:#540000;
    color:#fff;
    padding:35px 15px;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
    display:inline-block;
}
.hero-section .hero-content a:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}
@media(max-width:768px){
    .hero-section{
        min-height: 25vh;
    }
}


/*content*/
section {
    padding: 60px 0;
    min-height: 100vh;
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.contact-info-item {
  background: #53565a;
  padding: 30px 0px;
  border-radius:10px;
  box-shadow:0px 0px 40px #fff;
}

.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #d5cccc;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}
.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}
.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #540000;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding:12px;
  width: 120px;
  margin-top: 20px;
  font-size: 16px;
  border-radius: 20px;
  border: none;
  transition: all 0.3s ease;
}
.single-input-fieldsbtn input[type="submit"]:hover {
  background: #dfe4e9;
  color: #540000;  
  box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}
.single-input-field  h4 {
  color: #540000 !important;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}

/*footer section*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(47, 49, 54, 0.85); 
    z-index:1;
}
.footer-section > .container,
.copyright-area{
    position:relative;
    z-index:2;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #540000;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo a{
    color:white;
    text-decoration:none;
    font-weight:700;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #a1a1a1;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon a i:hover{
    color:#540000;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffffff;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #540000;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
    color: white;
    font-weight: 700;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
  border-radius: 14px;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #540000;
    padding: 13px 20px;
    border: 1px solid #540000;
    top: 0;
    color:white;
    border-radius: 14px;
    font-weight: 700;
}
.subscribe-form button:hover{
    color: #540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #a1a1a1;
}
.copyright-text p a{
  color: #540000;
  font-weight: 700;
  font-size:18px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
 
}
.footer-menu li:hover a{
  color: #540000;
}
.footer-menu li a {
  font-size: 14px;
   text-decoration: none;
   color:white;
    font-weight: 700;
}

